#!/bin/sh
# This file is generated automatically. Do not edit its contents.
INSTPATH="/Applications/GlobeTrotter Connect"
BINLOCATION="GlobeTrotter Connect.app/Contents/MacOS"

killall -HUP kextd
sleep 4

if [ -u "${INSTPATH}/${BINLOCATION}/NetworkConfiguration" ]
	then
	"${INSTPATH}/${BINLOCATION}/NetworkConfiguration" setup "" "" ""
else
        exit -1
fi
exit 0